hip.global.gamedef

Undocumented in source.

Members

Functions

getDefaultFont
HipFont getDefaultFont()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultFontWithSize
HipFont getDefaultFontWithSize(uint size)

Use this instead of getDefaultFont.getFontWithSize, as it changes its internal state.

getDefaultTexture
IHipTexture getDefaultTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
loadDefaultAssets
bool loadDefaultAssets(void delegate() onSuccess, void delegate(string cause) onFailure)

This function is callable only once.

Manifest constants

ENGINE_NAME
enum ENGINE_NAME;
Undocumented in source.

Static variables

g_deltaTime
float g_deltaTime;
Undocumented in source.
map
HipInputMap map;
Undocumented in source.
sys
GameSystem sys;

Globally shared for accessing it on Android Game Thread

Structs

HipDefaultAssets
struct HipDefaultAssets
Undocumented in source.

Variables

SCREEN_HEIGHT
enum int SCREEN_HEIGHT;
Undocumented in source.
SCREEN_WIDTH
enum int SCREEN_WIDTH;
Undocumented in source.

Meta